deterministic pushdown automaton造句
例句與造句
- The notion of the DCFL is closely related to the deterministic pushdown automaton ( DPDA ).
- These languages are exactly all languages that can be recognized by a non-deterministic pushdown automaton.
- The language of strings accepted by a deterministic pushdown automaton is called a deterministic context-free language.
- The two are not equivalent for the deterministic pushdown automaton ( although they are for the non-deterministic pushdown automaton ).
- The two are not equivalent for the deterministic pushdown automaton ( although they are for the non-deterministic pushdown automaton ).
- It's difficult to find deterministic pushdown automaton in a sentence. 用deterministic pushdown automaton造句挺難的
- The complexity of the program and execution time of a deterministic pushdown automaton is vastly less than that of a nondeterministic one.
- The LL ( k ) parser is a deterministic pushdown automaton with the ability to peek on the next k input symbols without reading.
- A deterministic pushdown automaton has at most one legal transition for the same combination of input symbol, state, and top stack symbol.
- In addition, the set of palindromes may not be reliably tested by a deterministic pushdown automaton which also means that they are not LL ( k )-parsable.
- If, in every situation, at most one such transition action is possible, then the automaton is called a "'deterministic pushdown automaton ( DPDA ) " '.
- A special subclass of context-free languages are the deterministic context-free languages which are defined as the set of languages accepted by a deterministic pushdown automaton and can be parsed by a LR ( k ) parser.